services.httpd.virtualHosts.<name>.servedDirs

This option provides a simple way to serve static directories.

Type
list of (attribute set)
Default
[ ]
Example
[
  {
    dir = "/home/eelco/Dev/nix-homepage";
    urlPath = "/nix";
  }
]
Declared
<nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>